home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / scuba.swf / scripts / DefineSprite_187 / frame_24 / DoAction.as
Text File  |  2010-03-13  |  415b  |  18 lines

  1. if(_root.user_id == "none")
  2. {
  3.    getURL("/gijoe/experience/scripts/holder.cfm?action=nouser&gameID=101&score=" + _root.gScore + "&test=test","");
  4.    stop();
  5. }
  6. else
  7. {
  8.    loadVariablesNum("/gijoe/experience/scripts/scores.cfm?action=postscores&gameID=101&score=" + _root.gScore + "&test=test",0);
  9.    if(_root.gScore >= 200)
  10.    {
  11.       gotoAndPlay(33);
  12.    }
  13.    else
  14.    {
  15.       gotoAndPlay(26);
  16.    }
  17. }
  18.